home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1998 September / EnigmA AMIGA RUN 30 (1998)(G.R. Edizioni)(IT)[!][issue 1998-09].iso / recent / nag_me.lha / nag_me.doc < prev    next >
Text File  |  1996-07-09  |  3KB  |  87 lines

  1.                           *** Nag Me V1.00 ***
  2.  
  3. Introduction :
  4.  
  5. This is an incrediably small script and utility to insert into your
  6. startnet script in AmiTCP. It is intended for those (like me) who
  7. need to know when to come offline in order to keep the phone bills
  8. down ;-)
  9.  
  10. The script waits for a defined time and then calls a program to open
  11. a simple window to tell you to come offline. Simple, but effective.
  12.  
  13.  
  14. Installation :
  15.  
  16. Copy the files NAG_ME.SCRIPT and NAG_ME to somewhere in your path, but
  17. the best place is in AmiTCP:bin. Edit your STARTNET script and put
  18.  
  19.    run >nil: nag_me.script
  20.  
  21. somewhere close to the start (it dosen't really matter where, but you
  22. want the timer to go from the second you go online, right? ;)
  23.  
  24. Suddenly, when your time has elapsed, a small window will open in the
  25. top left corner of the screen saying "Time Up!". See what I mean about
  26. simple?
  27.  
  28.  
  29. Configuration :
  30.  
  31. To change the timer, edit NAG_ME.SCRIPT and change the value on the WAIT
  32. command. This holds the value in seconds for the timer. The default is
  33. 600 seconds (10 minutes).
  34.  
  35. If you want to _really_ configure it, just edit the PASCAL source (the
  36. file NAG_ME.P) and change what you like. The code is reasonably well
  37. written, I think.
  38.  
  39.  
  40. Problems :
  41.  
  42. I haven't come across any problems on my machine, but my PASCAL compiler
  43. doesn't know about public screens, so the window will open on the
  44. Workbench screen unless your screen has the SHANGHI flag set. I use
  45. MultiCX to do this, but any public screen utility will do.
  46.  
  47.  
  48. Legal stuff :
  49.  
  50. This program is mine. I wrote it, and I still maintain copyright on it.
  51. You are free to distribute it and modify it, but you cannot redistribute
  52. a modified version. You can freely use a modified version if you wish.
  53. I do not offer any warranty on this program, so any problems may encounter
  54. while using it are not my responsibility i.e. If it formats your hard
  55. disk - it's not my fault (although I can't see it happening :)
  56.  
  57.  
  58. Notes :
  59.  
  60. If you like this program, send me an e-mail telling me so. I may get
  61. round to making it actually do something usefull ;-).
  62.  
  63. If you write a super-duper does-everything-in-the-world timer from it,
  64. I would appreciate a copy. Mail to the address later on.
  65.  
  66.  
  67. Author :
  68.  
  69. I am an ex-high-school-soon-to-be-unversity student. I like the Amiga and
  70. have been using it ever since the A500, and my setup now a 1200 with 14Mb
  71. RAM, 650Mb HD and a 50Mhz '030. Quite a step from my old 1/2Mb 500.
  72.  
  73. E-mail me at   :   thomas_neill@metnet.demon.co.uk
  74.  
  75. but keep messages small. I check mail by telnet and it is slooooww. If
  76. you want to send me a big message or file, warn me a couple of days in
  77. advance!
  78.  
  79.  
  80. Blatant plug :
  81.  
  82. Do you like manga? Read Appleseed? Then why not go to the pix/art directory
  83. of Aminet and download the files APPLESEEDCOLOUR.LHA, DEUNAN.LHA and
  84. HITOMI.LHA.
  85.  
  86. There we go, I'm done.
  87.